Skip to content

Redis cache #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 30, 2024
Merged

Redis cache #14

merged 3 commits into from
Oct 30, 2024

Conversation

fwickert
Copy link
Owner

This pull request includes several changes to the GitHub Actions workflows and the infrastructure as code (IaC) setup. The most important changes include adding a new workflow for Azure Bicep deployments, modifying the .NET workflow triggers, and adding a Redis Cache resource to the Bicep template.

GitHub Actions Workflows:

  • .github/workflows/Iac.yml: Added a new workflow for Azure Bicep deployments, including steps for checking out code, logging into Azure, and deploying an ARM template.
  • .github/workflows/dotnet.yml: Modified the .NET workflow to remove push and pull request triggers on the main branch and paths under src/Application.

Infrastructure as Code (IaC):

  • src/InfrastructureAsCode/main.bicep: Added a new resource definition for a Redis Cache with a basic SKU, located in the same resource group.
    [Copilot is generating a summary...]

@fwickert fwickert merged commit 89aa775 into main Oct 30, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant